﻿2026-07-29T12:11:53.4656368Z ##[group]Run actions/checkout@v5
2026-07-29T12:11:53.4657122Z with:
2026-07-29T12:11:53.4657498Z   ref: 4972b6d20d4dd67613d5ffb4b904277d0c69d339
2026-07-29T12:11:53.4657967Z   fetch-depth: 1
2026-07-29T12:11:53.4658333Z   repository: BigscreenVR/spt-bs-core
2026-07-29T12:11:53.4661480Z   token: ***
2026-07-29T12:11:53.4661821Z   ssh-strict: true
2026-07-29T12:11:53.4662187Z   ssh-user: git
2026-07-29T12:11:53.4662544Z   persist-credentials: true
2026-07-29T12:11:53.4662934Z   clean: true
2026-07-29T12:11:53.4663293Z   sparse-checkout-cone-mode: true
2026-07-29T12:11:53.4663699Z   fetch-tags: false
2026-07-29T12:11:53.4664052Z   show-progress: true
2026-07-29T12:11:53.4664409Z   lfs: false
2026-07-29T12:11:53.4664740Z   submodules: false
2026-07-29T12:11:53.4665106Z   set-safe-directory: true
2026-07-29T12:11:53.4665515Z   allow-unsafe-pr-checkout: false
2026-07-29T12:11:53.4666126Z ##[endgroup]
2026-07-29T12:11:53.5464221Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T12:11:53.5465979Z ##[group]Getting Git version info
2026-07-29T12:11:53.5466726Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T12:11:53.5467601Z [command]/usr/bin/git version
2026-07-29T12:11:53.5467992Z git version 2.43.0
2026-07-29T12:11:53.5476333Z ##[endgroup]
2026-07-29T12:11:53.5487589Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5bb457c0-2f15-4cbc-8222-a3ac09199cb4' before making global git config changes
2026-07-29T12:11:53.5488792Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T12:11:53.5490998Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T12:11:53.5523011Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T12:11:53.5541654Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T12:11:53.5552286Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T12:11:53.5554829Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T12:11:53.5605927Z HEAD
2026-07-29T12:11:53.5643333Z ##[endgroup]
2026-07-29T12:11:53.5644685Z [command]/usr/bin/git submodule status
2026-07-29T12:11:53.5834858Z ##[group]Cleaning the repository
2026-07-29T12:11:53.5870911Z [command]/usr/bin/git clean -ffdx
2026-07-29T12:11:57.4978900Z Removing .adapter-notify/
2026-07-29T12:11:57.4980262Z Removing target/
2026-07-29T12:11:57.4989603Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T12:11:57.5352687Z HEAD is now at 6a8c8505 Merge b253c2c053d97f276ec021d2b36561358bad89e9 into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T12:11:57.5358196Z ##[endgroup]
2026-07-29T12:11:57.5360470Z ##[group]Disabling automatic garbage collection
2026-07-29T12:11:57.5364617Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T12:11:57.5394046Z ##[endgroup]
2026-07-29T12:11:57.5394514Z ##[group]Setting up auth
2026-07-29T12:11:57.5400761Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T12:11:57.5429915Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T12:11:57.5633243Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T12:11:57.5660417Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T12:11:57.5848638Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T12:11:57.5879202Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T12:11:57.6066938Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T12:11:57.6097536Z ##[endgroup]
2026-07-29T12:11:57.6098093Z ##[group]Fetching the repository
2026-07-29T12:11:57.6103890Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 4972b6d20d4dd67613d5ffb4b904277d0c69d339
2026-07-29T12:11:58.4597117Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T12:11:58.4597857Z  * branch              4972b6d20d4dd67613d5ffb4b904277d0c69d339 -> FETCH_HEAD
2026-07-29T12:11:58.4616266Z ##[endgroup]
2026-07-29T12:11:58.4616760Z ##[group]Determining the checkout info
2026-07-29T12:11:58.4617632Z ##[endgroup]
2026-07-29T12:11:58.4621268Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T12:11:58.4667155Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T12:11:58.4691500Z ##[group]Checking out the ref
2026-07-29T12:11:58.4693869Z [command]/usr/bin/git checkout --progress --force 4972b6d20d4dd67613d5ffb4b904277d0c69d339
2026-07-29T12:11:58.5247579Z Previous HEAD position was 6a8c8505 Merge b253c2c053d97f276ec021d2b36561358bad89e9 into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T12:11:58.5251960Z HEAD is now at 4972b6d2 feat(subnet): admin-code join, advisory mode gossip, access-refresh verb
2026-07-29T12:11:58.5261777Z ##[endgroup]
2026-07-29T12:11:58.5296718Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T12:11:58.5318329Z 4972b6d20d4dd67613d5ffb4b904277d0c69d339
